home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 3 / QRZ Ham Radio Callsign Database - Volume 3.iso / world / mac / theory_a / morsmnst.hqx / Read Me < prev    next >
Text File  |  1993-08-09  |  5KB  |  149 lines

  1.              MORSE MANIA   version 1.0
  2.  
  3.  
  4.   Morse Mania was written by Edward Plumer (KM6IQ).
  5.  
  6.     This program is offered as Freeware and may
  7.     be distributed and used freely.  However, the 
  8.     author reserves all rights.
  9.  
  10.  
  11.  
  12. INTRODUCTION TO MORSE MANIA
  13.  
  14. This program was written as a practice program
  15. for people already familiar with the International
  16. Morse Code.  It allows the user to practice copying
  17. Morse code at various speeds and at different audio
  18. pitches.  Code copy is displayed in a 11-character
  19. scrolling display.
  20.  
  21.  
  22. Parameter selection dialog box:
  23.  
  24. keying:   Selects the speed (wpm) at which each individual 
  25.           character is keyed.
  26.  
  27. sending:  Selects the sending speed (wpm) of code.  This is
  28.           the overall speed that the code will be sent at.
  29.           extra space is used between characters if this is
  30.           slower than the keying speed.  This allows the user
  31.           to implement "Farnsworth" spacing.  Typical novice
  32.           tests are given as (s=5,k=12), for the general test
  33.           (s=13,k=18), and for the extra test (s=20,k=21).
  34.  
  35. pitch:    Set the audio pitch of the code (this is 
  36.           approximate since the nearest note on the chromatic
  37.           scale was used).  Volume, by the way, is set on
  38.           the "Control Panel" as usual.
  39.  
  40. pure tone:        This option make the keyed note a pure, 
  41.                   sinusoidal tone as is typically heard on the 
  42.                   air.  Leaving the option off gives a raspier 
  43.                   one, similar to what I have usually heard at 
  44.                   VEC tests.
  45.  
  46. delayed display:  Most code practice programs will display the
  47.                   letter AFTER the letter is keyed. This option
  48.                   is for consistency with such programs.  The
  49.                   default option, which I prefer, is to
  50.                   synchronize the display of the letter and the
  51.                   keying of the letter.
  52.  
  53.  
  54.  
  55. Character generation menu:
  56.  
  57. Play  File:      Play the contents any user generated text file.
  58.                  File must have the type TEXT, so when using
  59.                  a word processor to generate a file, make sure
  60.                  to save as "Text Only".  The characters recognized
  61.                  by the program are A--Z in UPPER CASE, 0--9 and
  62.                  the symbols / . , ? + = *
  63.                  The symbols + = * represent the prosigns
  64.                  _AR_, _BT_ and _SK_ respectively.  All white-space
  65.                  is treated as a blank.
  66.  
  67. Play Char:       Random groupings of A-Z.
  68.  
  69. Play Number:     Random groupings of 0-9.
  70.  
  71. Play Calls:      Random, valid US callsigns with prefixes W,K,N.
  72.                  Portable calls are also generated.
  73.  
  74. Play Abbrev:     Randomly play standard CW abbreviations and Q-codes
  75.                  from a vocabulary of about 80 words.
  76.  
  77. Play RST:        Randomly generated reports of the form
  78.                  "UR RST ###  UR RST ### ..." As on the air, the
  79.                  better reports are heard more often.
  80.  
  81.  
  82. --------------------------------------
  83.  
  84.  
  85. Some notes and disclaimers about Morse Mania:
  86.  
  87. I make no warranties either explicit or
  88. implied about this program nor its effect on
  89. your system (although I have had no problems).
  90.  
  91. Due to the differing speed of various types of Macs,  the
  92. timing of the keying may differ slightly on different machines
  93. due to processing overhead between characters.  The keying
  94. speed should be correct, however, the sending speed may be off
  95. by a percent or so. I have provided a couple of sample text
  96. files (5WPM.text etc) which contain copies of the word PARIS.
  97. Each file should take 1-min to play given the appropriate
  98. sending speed regardless of keying speed.
  99.  
  100. In order to implement the fancy desktop icon,  I have defined
  101. my own ╥creator type╙ called ╘MRSE╒.  Beware that This
  102. creator-type is not yet officially sanctioned by Apple and may
  103. conflict with the creator type of some other programs out there.
  104.  
  105. I welcome any suggestions for added features,  comments
  106. on the current implementation, and any bugs.
  107.  
  108. Edward Plumer
  109. plumer@simoon.stanford.edu
  110. Durand Bldg,  Rm 104
  111. Stanford,  CA   94305
  112.  
  113. Copies of the program are available by anonymous ftp from the
  114. Stanford Amateur Radio Club machine (w6yx.stanford.edu) via
  115. the internet.
  116.  
  117.  
  118.  
  119.  
  120. -----------------------------------
  121.  
  122. v 0.3B
  123.  
  124. *  added support for random call signs, random RST, separate
  125.    random characters and numbers
  126.    
  127. *  carriage returns are now played as "blanks"
  128.  
  129.  
  130. v 0.4B fixes   8/92
  131.  
  132. * changed code to use Apple Sound Manager instead of
  133.   Sound Driver.
  134.   
  135. * Program now works on "Outbound Systems" Notebooks 
  136.   (ver 1.3 of firmware required).
  137.   
  138. * volume fading encountered before on some machines has been
  139.   corrected
  140.  
  141. v 1.0        10/92
  142.  
  143. *  changed parameter dialog box to use radio buttons instead
  144.    of editable text fields for speed and pitch.
  145.  
  146. *  included optional "pure tone" and "delayed display"
  147.  
  148. *  Compatible with System v7.1, no fancy v7 features at this time
  149.